Click or drag to resize

ResourceSetProperty Method (Property)

Sets a property on a resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public MultiStatus SetProperty(
	Property[] property
)

Parameters

property
Type: Independentsoft.WebdavProperty
An array of properties to set.

Return Value

Type: MultiStatus
A MultiStatus response as a result of operation.
See Also